Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to describe multiple arms using xs_launch #65

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

lukeschmitt-tr
Copy link
Member

This PR adds the ability to create multiple robot descriptions through the xs_launch module's DeclareInterbotixXSArmRobotDescriptionLaunchArgument class and declare_interbotix_xsarm_robot_description_launch_arguments method.

To do so, one can pass in custom names to declare_interbotix_xsarm_robot_description_launch_arguments for the following launch configuration/arguments for each robot to be launched:

  • robot_model_launch_config_name
  • robot_name_launch_config_name
  • robot_description_launch_config_name

These names are passed down to the DeclareInterbotixXSArmRobotDescriptionLaunchArgument class which creates a custom-named robot description LaunchConfiguration that can be accessed in launch files.

@lukeschmitt-tr lukeschmitt-tr merged commit 35803bb into humble Feb 26, 2024
1 check passed
@lukeschmitt-tr lukeschmitt-tr deleted the add_multi_xsarm_launch branch February 26, 2024 18:34
lukeschmitt-tr added a commit that referenced this pull request Feb 26, 2024
* [xs_modules] Add ability to describe multiple arms

* Fix arg ordering

* Add missing typing to args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant